home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Online / WGet / wget.readme < prev   
Encoding:
Text File  |  1997-07-02  |  1.8 KB  |  40 lines

  1. Short:   Retrieve files over net via HTTP and FTP. V1.4.2
  2. Author:  hniksic@srce.hr (Hrvoje Niksic)
  3. Version: 1.4.2
  4. Type:    dev/ade
  5. Origin:  Fish's Amiga Development Environment
  6.  
  7. Wget [formerly known as Geturl] is a freely available network utility
  8. to retrieve files from the World Wide Web using HTTP and FTP, the two
  9. most widely used Internet protocols.  It works non-interactively, thus
  10. enabling work in the background, after having logged off.
  11.  
  12. The recursive retrieval of HTML pages, as well as FTP sites is
  13. supported -- you can use Wget to make mirrors of archives and home
  14. pages, or traverse the web like a WWW robot (Wget understands
  15. /robots.txt).
  16.  
  17. Wget works exceedingly well on slow or unstable connections, keeping
  18. getting the document until it is fully retrieved. Re-getting files
  19. from where it left off works on servers (both HTTP and FTP) that
  20. support it. Matching of wildcards and recursive mirroring of
  21. directories are available when retrieving via FTP. Both HTTP and FTP
  22. retrievals can be time-stamped, thus Wget can see if the remote file
  23. has changed since last retrieval and automatically retrieve the new
  24. version if it has.
  25.  
  26. Wget supports proxy servers, to lighten the network load and to speed
  27. up retrieval. If you are behind a firewall and have the socks library
  28. installed, you can compile wget with support for socks.
  29.  
  30. Most of the features are configurable, either through command-line
  31. options, or via initialization file .wgetrc.  Wget allows you to
  32. install a global startup file (/usr/local/lib/wgetrc by default) for
  33. site settings.
  34.  
  35. Wget works under almost all modern Unix variants and, unlike many
  36. other similar utilities, is written entirely in C, thus requiring no
  37. additional software (like perl). As Wget uses the GNU Autoconf, it is
  38. easily built on and ported to other Unix's. Installation procedure is
  39. described in the INSTALL file.
  40.